home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / F / Friends.sit / Friends / Documentation / background_2723.txt < prev    next >
Encoding:
Text File  |  1987-12-27  |  2.9 KB  |  149 lines

  1. -- background: 2723 from stack: in
  2. -- bmap block id: 3193
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=7 top=40 right=59 bottom=130
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Subject
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=256 top=40 right=59 bottom=504
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: Topic
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=7 top=73 right=301 bottom=503
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: HelpText
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=276 top=316 right=337 bottom=312
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 6720 / 6720
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect iris close
  65.   pop card
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=198 top=316 right=337 bottom=233
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 15420 / 15420
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: prev
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect wipe left
  85.   go prev card
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 6 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=237 top=316 right=337 bottom=272
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 16560 / 16560
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: next
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual effect wipe right
  105.   go to next card
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 7 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=364 top=315 right=336 bottom=400
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 1009 / 1009
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Index
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   get field "Subject"
  125.   go to card it && "Index"
  126. end mouseUp
  127.  
  128.  
  129.  
  130.  
  131. -- part 8 (button)
  132. -- low flags: 00
  133. -- high flags: 0000
  134. -- rect: left=404 top=315 right=336 bottom=440
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 9761 / 9761
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Page 1
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   go to card id 3938
  146. end mouseUp
  147.  
  148.  
  149.